home *** CD-ROM | disk | FTP | other *** search
File List | 1995-09-09 | 2.1 KB | 68 lines |
- //////////////////////////////////////////////////////////////////////////////
- //"CMNTCOLR.LST": list of characters to highlight in comment column
- //////////////////////////////////////////////////////////////////////////////
- //
- //[Black=0, Blue=1, Green=2, Cyan=3, Red=4, Magenta=5, Gold=6, White=7]
- //[Add 8 to those numbers to make them brighter, or/and 128 to blink ]
- //[Note: "BackgroundColor"s can not be brighter, do not add 8 to them.]
- //[(BackgroundColor * 16) + ForeColor ( + 128 to blink) = color # ]
- //[Example: Red on Blue = (1*16) + (4) = 20 ]
- //[ Blinking Bright Red on Blue = (1*16) + (4+8+128) = 156 ]
- //
- //Everything following the "//" characters is ignored by ULTRADECK. This
- //list may be added to as needed for new printings and general configuration
- //of your color scheme. Blank lines are also ignored. ULTRADECK looks at
- //this data. If it finds any of these characters, it writes them with the
- //specified color. To change the card data you need to use "card-udx.exe"
- //available in the Registered Version.
- //Note: To set the default Comment color edit "ultdeck.cfg".
- //
- //Format : character@color #
- //Example : "f@14"
- //////////////////////////////////////////////////////////////////////////////
-
- F@14 //"F"lying
- B@3 //"B"anding
- R@4 //"R"ampage + number
- P@15 //"P"rotection from + type
- T@2 //"T"rample
- D@8 //"D"iscard
- S@11 //first "S"trike
- W@10 //land "W"alk + type
- G@2 //re"G"enerate
- M@5 //"M"ana + colors it adds
- !@4 //"!" direct damage + amount
- C@9 //"C"umulative Upkeep + amount
-
- r@12 //"R"ed for landwalk and protection and mana
- b@8 //"B"lack for landwalk and protection and mana
- u@9 //bl"U"e for landwalk and protection and mana
- g@2 //"G"reen for landwalk and protection and mana
- w@15 //"W"hite for landwalk and protection and mana
- x@13 //"X" any color of mana, "Mxxx" for a "Black Lotus"
-
- l@14 //"L"egendary landwalk
- d@6 //"D"esert for desertwalk "Wd"
-
- ,@1
- +@12
- -@12
- /@4
- :@1
- *@14
- .@8
- X@14 //Used for Mana to designate "X" amount, as in Casting Cost
- (@4
- )@4
-
- 0@14
- 1@14
- 2@14
- 3@14
- 4@14
- 5@14
- 6@14
- 7@14
- 8@14
- 9@14
-